home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_1154 / PlaceObject2_854_135 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2008-09-12  |  176 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.heroe.sprite.hotzone) && !u)
  3.    {
  4.       _root.lives = _root.lives + 1;
  5.       u = true;
  6.       this.nextFrame();
  7.    }
  8. }
  9.